projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26f4cc
)
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 00:07:57 +0000
(
00:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 00:07:57 +0000
(
00:07
+0000)
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index d3168c687954227d10793920a780822ba012b0ef..14c80057440e65d513516ff4e54f9ade98211da4 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-189,8
+189,7
@@
Type SPC to scroll through this section and its subsections.")))
(y-or-n-p "Convert non-ASCII letters to hexadecimal? "))
(save-excursion
(goto-char (point-min))
- (let ((enable-multibyte-characters nil)
- (pattern (format "[^%c-%c]" 0 127))
+ (let ((pattern (format "[^%c-%c]" 0 127))
ch)
(while (re-search-forward pattern nil t)
(setq ch (preceding-char))